home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 3-004 ms visual basic pro 30 / 4.imz / 4.IMA / FORM2.FR_ / FORM2.bin
Text File  |  1993-04-28  |  3KB  |  90 lines

  1. VERSION 2.00
  2. Begin Form Form2 
  3.    Caption         =   "Form2"
  4.    ClientHeight    =   3930
  5.    ClientLeft      =   3870
  6.    ClientTop       =   1515
  7.    ClientWidth     =   6390
  8.    Height          =   4335
  9.    Left            =   3810
  10.    LinkTopic       =   "Form2"
  11.    ScaleHeight     =   3930
  12.    ScaleWidth      =   6390
  13.    Top             =   1170
  14.    Width           =   6510
  15.    Begin Frame fraCharge 
  16.       BackColor       =   &H00FFFFFF&
  17.       Caption         =   "Charge Information"
  18.       Height          =   2532
  19.       Left            =   480
  20.       TabIndex        =   0
  21.       Top             =   720
  22.       Width           =   4932
  23.       Begin TextBox txtExpire 
  24.          Height          =   288
  25.          Left            =   1680
  26.          TabIndex        =   7
  27.          Top             =   2040
  28.          Width           =   1692
  29.       End
  30.       Begin TextBox txtCardNumber 
  31.          Height          =   288
  32.          Left            =   1680
  33.          TabIndex        =   5
  34.          Top             =   1680
  35.          Width           =   2892
  36.       End
  37.       Begin OptionButton optAreMax 
  38.          BackColor       =   &H00FFFFFF&
  39.          Caption         =   "AreMax"
  40.          Height          =   252
  41.          Left            =   240
  42.          TabIndex        =   3
  43.          Top             =   1080
  44.          Width           =   1572
  45.       End
  46.       Begin OptionButton optViva 
  47.          BackColor       =   &H00FFFFFF&
  48.          Caption         =   "Viva!"
  49.          Height          =   252
  50.          Left            =   240
  51.          TabIndex        =   2
  52.          Top             =   720
  53.          Width           =   1692
  54.       End
  55.       Begin OptionButton optMajor 
  56.          BackColor       =   &H00FFFFFF&
  57.          Caption         =   "MajorCard"
  58.          Height          =   252
  59.          Left            =   240
  60.          TabIndex        =   1
  61.          Top             =   360
  62.          Width           =   1932
  63.       End
  64.       Begin Line Line1 
  65.          X1              =   120
  66.          X2              =   4800
  67.          Y1              =   1440
  68.          Y2              =   1440
  69.       End
  70.       Begin Label lblExpire 
  71.          BackColor       =   &H00FFFFFF&
  72.          Caption         =   "Expiration Date:"
  73.          Height          =   252
  74.          Left            =   240
  75.          TabIndex        =   6
  76.          Top             =   2040
  77.          Width           =   1452
  78.       End
  79.       Begin Label lblCardNumber 
  80.          BackColor       =   &H00FFFFFF&
  81.          Caption         =   "Card Number:"
  82.          Height          =   252
  83.          Left            =   240
  84.          TabIndex        =   4
  85.          Top             =   1680
  86.          Width           =   1332
  87.       End
  88.    End
  89. End
  90.